From 0f54054ad6dae08d02f97b044ab39924d35db795 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 23 Mar 2010 19:40:55 +0000 Subject: [PATCH] Add support for Garmin GPS 72H --- gpsbabel/garmin.c | 1 + gpsbabel/jeeps/gpslibusb.c | 1 + 2 files changed, 2 insertions(+) diff --git a/gpsbabel/garmin.c b/gpsbabel/garmin.c index c1c05a4e5..2f5eea20a 100644 --- a/gpsbabel/garmin.c +++ b/gpsbabel/garmin.c @@ -194,6 +194,7 @@ rw_init(const char *fname) receiver_charset = CET_CHARSET_MS_ANSI; break; case 291: /* GPSMAP 60CS, probably others */ + case 1095: /* GPS 72H */ receiver_short_length = 10; valid_waypt_chars = MILITANT_VALID_WAYPT_CHARS " +-"; setshort_badchars(mkshort_handle, "\"$.,'!"); diff --git a/gpsbabel/jeeps/gpslibusb.c b/gpsbabel/jeeps/gpslibusb.c index c474e33a1..a816c38df 100644 --- a/gpsbabel/jeeps/gpslibusb.c +++ b/gpsbabel/jeeps/gpslibusb.c @@ -355,6 +355,7 @@ garmin_usb_start(struct usb_device *dev, libusb_unit_data *lud) case 957: break; // Legend H case 285: break; // GPSMap 276C/4.80 case 402: break; // GPSMap 396C/4.50 + case 1095: break; // GPS72H/2.30 default: gusb_syncup(); } return; -- 2.30.2